Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major revision of library internals. #356

Merged
merged 10 commits into from
Jul 11, 2024
Merged

Major revision of library internals. #356

merged 10 commits into from
Jul 11, 2024

Conversation

jheer
Copy link
Member

@jheer jheer commented Jun 27, 2024

  • Breaking: Remove serialized Query functionality; it does not seem to be used at all.
  • Breaking: Simplify extensibility to op functions only, remove table method and package registration.
  • Breaking: Remove Table.columns() method. Use Table.data() instead.
  • Breaking: Remove Table.columnArray() method. Use Table.array() instead.
  • Breaking: Rename toArrowBuffer() to toArrowIPC().
  • Breaking: Refactor module exports to be flat, including internal classes and toXXX format methods.
  • Add lightweight base Table representation, ColumnTable subclass adds transformations and format methods.
  • Add array type checks for columns to optimize access.
  • Add more Arrow conversions (Date, Decimal, etc.) and corresponding arrowColumn() option flags.
  • Add object freeze to table column object.
  • Remove internal column wrapper interface, use array-like objects directly.
  • Refactor verb definitions to a single location, remove previous engine folder.
  • Refactor verb argument parsing to consolidate in top-level verb methods.
  • Refactor all Apache Arrow functionality to the arrow folder.
  • Improve TypeScript types and testing.
  • Update build process, drop node bundle, retain UMD builds.

@jheer jheer merged commit e6a1a3a into jh/modernize Jul 11, 2024
2 checks passed
@jheer jheer deleted the jh/revise branch July 11, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant